dispatch n. 1.(迅速)发送,(火速)派遣。 2.急报,快信,急件,(新闻)电讯。 3.(迅速)处理,速办;敏捷,急速。 4.调度,调遣。 5.(即刻)处死,(就地)正法。 6.特电,特别公报。 7.运输行。 the date of the dispatch of the parcel 包裹发出的日期。 the Associated Press dispatch from London (on) Oct. 19 联合通讯社伦敦10月19日电。 quick dispatch of business 快速处理事务。 Proceed with all possible dispatch. 火速进行。 a dispatch carrier 急件递送员。 the dispatch of two companies to the front 派遣两个连上前线。 be mentioned in dispatches 【英军】因建立殊勋而在特别通报上受表彰。 send (sth.) by dispatch (某物)作快件寄发。 with dispatch 火速,从速。 vt. 1.(火速)发出(信件,电讯等),(急速)送出(公文等),(快速)派出(军队等)。 2.快办,快速处理,迅速了结;〔口语〕匆匆吃完(饭等)。 3.调度,调遣。 4.(迅速)处决(罪犯等)。 dispatch troops to the border 火速向边界派出部队。 spy promptly dispatched 被立即处决的间谍。 dispatch business 赶快办完事情。 dispatch a meal 三口并作两口地把饭吃完。 dispatch sb. on an errand 差遣某人。 vi. 〔古语〕赶快,匆忙做;就地处决人犯。 n. -er 1.(急件等的)发送人。 2.(火车,飞机等的)调度员。
Is a superset of java that implements multiple dispatch 是实现多分派的java超集。
For much more about multiple dispatch, see a12 需要更多关于多重分派的信息,请参考a12
Clos and dylan both use multiple dispatch as the basic foundation of their oop systems clos和dylan都将多分派用作其oop系统的基础。
multiple dispatch interfaces in a single microsoft foundation class library application 单个microsoft基础类库(mfc)应用程序中的多调度接口。
Other languages have implemented multiple dispatch, either within the language itself or in libraries 其它语言已经在语言本身或库中实现了多分派。
To implement multiple dispatch and apparently perl 6 is slated to build the concept more deeply into the language (显然,perl6为在语言中更深入构建该概念铺平了道路)。
But the huge advantage of the multiple dispatch style is in the seamlessness with which you can combine shapes of unknown types 但是多分派样式的巨大优势在于您可以用它来无缝地合并未知类型的形状。
Standard python does not let you configure this type of multiple dispatch; but fortunately, you can do so using the module 标准python不允许配置这种类型的多分派;但幸运的是,您可以使用我所编写的模块
multiple dispatch does not merely generalize polymorphism, it also provides a more flexible alternative to inheritance in many contexts 多分派不仅仅泛化了多态性,它还在许多上下文中提供了更加灵活的继承方式。
The idea of multiple dispatch takes a little while to get your head around, even-or especially-if you are well-versed in object-oriented programming 您花一点时间就可以理解多分派的思想了,如果您精通面向对象编程,那就更不在话下了。